home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / domacnost a kancelar / autoit / autoit-v3-setup.exe / Examples / Helpfile / _SQLite_SaveMode.au3 < prev    next >
Text File  |  2007-09-08  |  196b  |  7 lines

  1. #include <SQLite.au3>
  2. #include <SQLite.dll.au3>
  3.  
  4. _SQLite_Startup()
  5. _SQLite_SaveMode(False)
  6. _SQLite_Exec(-1,"CREATE tblTest (a,b,c);"); No database openend, this will crash
  7. _SQLite_Shutdown()